findByName

abstract fun findByName(name: String): List<DesignBlock>

Finds all blocks with the given name.

Return

a list of block ids.

Parameters

name

the name to search for.